home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000449_news@columbia.edu _Thu Jan 13 01:24:49 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id BAA00437
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Jan 2000 01:24:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id BAA06907
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 13 Jan 2000 01:07:03 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: MS-DOS Kermit, more capabalities
  11. Date: 13 Jan 2000 06:07:01 GMT
  12. Organization: Columbia University
  13. Message-ID: <85jq25$6nn$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <cPdf4.3607$KP.188008@tw12.nn.bcandid.com>,
  17. : With such a rich macro language it would be `nice' to be able to reuse
  18. : the available memory so that more complex macros could be written and
  19. : used while online without an `exit / reload' being required.
  20.  
  21. There is and has been for years
  22.  
  23.   define foo echo hello
  24.  
  25. allocates memory
  26.  
  27.   define foo
  28.  
  29. undefines the macro and releases the memory.  The limitation is that you
  30. can only have so many macros defined at a given time.  It is the 
  31. responsibility of the script write to undefine those that s/he does not
  32. need.
  33.  
  34. : While I have your attention:  I've been compiling and fiddling with the
  35. : WATTCP package which claims to have a part of it's code inside MSKermit.
  36.  
  37. WATTCP and Kermit's TCP stack parted company many Moons ago.  They
  38. are hardly compatible anymore.
  39.  
  40.  
  41.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  42.                  The Kermit Project * Columbia University
  43.               612 West 115th St #716 * New York, NY * 10025
  44.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org